home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 6 / Windows 6-Pak (InfoMagic) (Disc 6) (1999).ISO / System-Analysis-Tools / bgauge.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1999-02-04  |  2KB  |  114 lines

  1. object Form3: TForm3
  2.   Left = 212
  3.   Top = 306
  4.   BorderStyle = bsDialog
  5.   Caption = 'Register your BGAUGE'
  6.   ClientHeight = 211
  7.   ClientWidth = 348
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object AutoURLLabel1: TAutoURLLabel
  19.     Left = 16
  20.     Top = 71
  21.     Width = 160
  22.     Height = 13
  23.     Caption = 'http://www.eurice.com/software/'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clBlue
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsUnderline]
  29.     ParentFont = False
  30.     URL = 'http://www.eurice.com/software/'
  31.   end
  32.   object Memo1: TMemo
  33.     Left = 16
  34.     Top = 16
  35.     Width = 313
  36.     Height = 57
  37.     BorderStyle = bsNone
  38.     Color = clBtnFace
  39.     Lines.Strings = (
  40.       'To register your BGAUGE software, you need an unlock key. This '
  41.       'key will be deliver when you purchase this software. '
  42.       ''
  43.       'If you did not register wet, do it now from the web site')
  44.     TabOrder = 0
  45.   end
  46.   object Button1: TButton
  47.     Left = 48
  48.     Top = 184
  49.     Width = 75
  50.     Height = 25
  51.     Caption = '&Register'
  52.     Default = True
  53.     TabOrder = 1
  54.     OnClick = Button1Click
  55.   end
  56.   object Button2: TButton
  57.     Left = 216
  58.     Top = 184
  59.     Width = 75
  60.     Height = 25
  61.     Cancel = True
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 2
  65.   end
  66.   object Panel1: TPanel
  67.     Left = 16
  68.     Top = 104
  69.     Width = 321
  70.     Height = 65
  71.     TabOrder = 3
  72.     object Label1: TLabel
  73.       Left = 24
  74.       Top = 16
  75.       Width = 87
  76.       Height = 13
  77.       Caption = 'Your serial number'
  78.     end
  79.     object Label2: TLabel
  80.       Left = 24
  81.       Top = 36
  82.       Width = 54
  83.       Height = 13
  84.       Caption = 'Unlock key'
  85.     end
  86.     object NumSerie: TEdit
  87.       Left = 136
  88.       Top = 16
  89.       Width = 121
  90.       Height = 19
  91.       BorderStyle = bsNone
  92.       Color = clBtnFace
  93.       Ctl3D = False
  94.       Font.Charset = DEFAULT_CHARSET
  95.       Font.Color = clWindowText
  96.       Font.Height = -11
  97.       Font.Name = 'MS Sans Serif'
  98.       Font.Style = [fsBold]
  99.       ParentCtl3D = False
  100.       ParentFont = False
  101.       TabOrder = 0
  102.       Text = 'NumSerie'
  103.     end
  104.     object LockKey: TEdit
  105.       Left = 136
  106.       Top = 33
  107.       Width = 121
  108.       Height = 21
  109.       TabOrder = 1
  110.       Text = 'LockKey'
  111.     end
  112.   end
  113. end
  114.